summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-07Point "stale" 1.6.0.5 documentation from the main git documentation pagev1.6.1-rc2Junio C Hamano1-1/+2
2008-12-07Revert "git-stash: use git rev-parse -q"Junio C Hamano1-6/+6
2008-12-07Update draft release notes for 1.6.1Junio C Hamano1-22/+1
2008-12-07Merge branch 'maint'Junio C Hamano5-31/+55
2008-12-07GIT 1.6.0.5v1.6.0.5Junio C Hamano1-15/+28
2008-12-07"git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen3-3/+31
2008-12-07tag: delete TAG_EDITMSG only on successful tagJeff King1-8/+20
2008-12-07gitweb: Make project specific override for 'grep' feature workJakub Narebski1-0/+1
2008-12-07http.c: use 'git_config_string' to get 'curl_http_proxy'Miklos Vajna1-7/+4
2008-12-07fetch-pack: Avoid memcpy() with src==dstThomas Rast1-1/+2
2008-12-05Update draft release notes to 1.6.1Junio C Hamano1-1/+17
2008-12-05Merge branch 'jc/am-options'Junio C Hamano12-5/+238
2008-12-05git-am: rename apply_opt_extra file to apply-optJunio C Hamano2-3/+2
2008-12-04Test that git-am does not lose -C/-p/--whitespace optionsJunio C Hamano11-0/+229
2008-12-04git-am: propagate --3way options as wellJunio C Hamano1-2/+7
2008-12-04git-am: propagate -C<n>, -p<n> options as wellJunio C Hamano1-7/+7
2008-12-04git-am --whitespace: do not lose the command line optionJunio C Hamano1-4/+4
2008-12-04git-p4: Fix bug in p4Where method.Tor Arvid Lund1-1/+9
2008-12-04Report symlink failures in merge-recursiveAlex Riesen1-1/+2
2008-12-04Make chdir failures visibleAlex Riesen2-3/+4
2008-12-04Make some of fwrite/fclose/write/close failures visibleAlex Riesen3-15/+45
2008-12-03Merge branch 'dm/svn-remote'Junio C Hamano2-1/+20
2008-12-03Merge branch 'jn/gitweb-utf8'Junio C Hamano1-16/+16
2008-12-03add stage to gitignoreJeff King1-0/+1
2008-12-03submodule: use git rev-parse -qMiklos Vajna1-3/+3
2008-12-03rebase: use git rev-parse -qMiklos Vajna1-2/+2
2008-12-03pull: use git rev-parse -qMiklos Vajna1-4/+4
2008-12-03lost-found: use git rev-parse -qMiklos Vajna1-1/+1
2008-12-03filter-branch: use git rev-parse -qMiklos Vajna1-1/+1
2008-12-03git-svn: Make branch use correct svn-remoteDeskin Miller2-1/+20
2008-12-03Merge branch 'jc/rm-i-t-a'Junio C Hamano8-32/+187
2008-12-03Merge branch 'maint'Junio C Hamano0-0/+0
2008-12-03Install git-stage in exec-pathJunio C Hamano1-0/+1
2008-12-02Merge branch 'jk/maint-commit-v-strip' into maintJunio C Hamano2-3/+78
2008-12-02xdiff: give up scanning similar lines earlyDavide Libenzi1-2/+13
2008-12-02Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano9-36/+137
2008-12-02Merge branch 'js/mingw-rename-fix' into maintJunio C Hamano1-3/+12
2008-12-02gitweb: Fix handling of non-ASCII characters in inserted HTML filesJakub Narebski1-16/+16
2008-12-02git-stash: use git rev-parse -qMiklos Vajna1-6/+6
2008-12-02Merge branch 'maint'Junio C Hamano1-1/+0
2008-12-02t4030-diff-textconv: Make octal escape sequence more portableJohannes Sixt1-1/+1
2008-12-02Add a built-in alias for 'stage' to the 'add' commandScott Chacon2-0/+20
2008-12-02Add backslash to list of 'crud' characters in real nameLinus Torvalds1-0/+1
2008-12-02Makefile: introduce NO_PTHREADSJunio C Hamano4-1/+31
2008-12-02Documentation: describe how to "bisect skip" a range of commitsChristian Couder2-2/+21
2008-12-02bisect: fix "git bisect skip <commit>" and add tests casesChristian Couder2-3/+20
2008-12-02Update comment on gitweb_check/get_featureGiuseppe Bilotta1-1/+3
2008-12-02Merge branch 'gb/gitweb-feature'Junio C Hamano1-16/+32
2008-12-02Merge git://repo.or.cz/git-guiJunio C Hamano1-16/+27
2008-12-02Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2-17/+55
2008-12-02User's Manual: remove duplicated url at the end of Appendix BMiklos Vajna1-1/+0
2008-12-02git-gui: Teach start_push_anywhere_action{} to notice when remote is a mirror.Mark Burton1-16/+27
2008-12-02gitk: Add a menu option to start git guiAlexander Gavrilov1-0/+3
2008-12-02gitk: Make line origin search update the busy statusAlexander Gavrilov1-0/+3
2008-12-02gitk: Update German translationChristian Stimming1-8/+43
2008-12-02gitk: Fix bug in accessing undefined "notflag" variablePaul Mackerras1-5/+1
2008-12-02gitk: Highlight only when search type is "containing:".Paul Mackerras1-3/+4
2008-12-01GIT 1.6.1-rc1v1.6.1-rc1Junio C Hamano1-4/+15
2008-12-01Include git-gui--askpass in git-gui RPM packageJunio C Hamano1-0/+1
2008-11-30Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-93/+157
2008-11-30Merge git://repo.or.cz/git-guiJunio C Hamano5-1533/+4243
2008-11-30send-email: do not reverse the command line argumentsJunio C Hamano2-1/+14
2008-11-30Merge branch 'maint'Junio C Hamano2-1/+23
2008-11-30Update draft release notes to 1.6.0.5Junio C Hamano1-0/+22
2008-11-30Merge branch 'st/maint-tag' into maintJunio C Hamano2-7/+23
2008-11-30Merge branch 'mk/maint-cg-push' into maintJunio C Hamano3-5/+75
2008-11-30generate-cmdlist.sh: avoid selecting synopsis at wrong placeNguyễn Thái Ngọc Duy1-1/+1
2008-11-30gitweb: make gitweb_check_feature a boolean wrapperGiuseppe Bilotta1-20/+36
2008-11-30gitweb: rename gitweb_check_feature to gitweb_get_featureJunio C Hamano1-23/+23
2008-11-30gitweb: fix 'ctags' feature check and othersJunio C Hamano1-7/+7
2008-11-30git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano5-5/+45
2008-11-28git add --intent-to-add: fix removal of cached emptinessJunio C Hamano4-4/+7
2008-11-28builtin-rm.c: explain and clarify the "local change" logicJunio C Hamano1-11/+42
2008-11-28Merge branch 'nd/narrow' (early part) into jc/add-i-t-aJunio C Hamano2-14/+95
2008-11-27Merge branch 'cc/bisect-skip'Junio C Hamano1-1/+18
2008-11-27Merge branch 'js/mingw-rename-fix'Junio C Hamano1-3/+12
2008-11-27Merge branch 'st/levenshtein'Junio C Hamano1-1/+38
2008-11-27Merge branch 'cr/remote-update-v'Junio C Hamano1-2/+6
2008-11-27Merge branch 'rs/strbuf-expand'Junio C Hamano9-204/+87
2008-11-27Merge branch 'mv/clone-strbuf'Junio C Hamano1-50/+59
2008-11-27Merge branch 'lt/preload-lstat'Junio C Hamano9-10/+122
2008-11-27Merge branch 'ta/quiet-pull'Junio C Hamano7-20/+126
2008-11-27Merge branch 'ph/send-email'Junio C Hamano3-75/+207
2008-11-27Merge branch 'maint'Junio C Hamano6-39/+22
2008-11-27Merge branch 'mv/fast-export' into maintJunio C Hamano2-2/+10
2008-11-27sha1_file.c: resolve confusion EACCES vs EPERMSam Vilain1-1/+1
2008-11-27sha1_file: avoid bogus "file exists" error messageJoey Hess1-1/+1
2008-11-27git checkout: don't warn about unborn branch if -f is already passedMatt McCutchen1-1/+1
2008-11-27bash: offer refs instead of filenames for 'git revert'SZEDER Gábor1-1/+1
2008-11-27bash: complete full refsSZEDER Gábor1-4/+15
2008-11-27bash: remove dashed command leftoversSZEDER Gábor1-33/+8
2008-11-27Merge branch 'pw/maint-p4' into maintJunio C Hamano1-1/+1
2008-11-27git-p4: fix keyword-expansion regexPete Wyckoff1-1/+1
2008-11-27Fix typos in the documentation.Ralf Wildenhues3-5/+5
2008-11-27Merge branch 'rw/maint-typofix' into rw/typofixJunio C Hamano4-4/+4
2008-11-27Fix typos in the documentation.Ralf Wildenhues4-4/+4
2008-11-26git-gui: update Japanese translationNanako Shiraishi1-294/+825
2008-11-26Merge branch 'maint'Junio C Hamano2-1/+25
2008-11-26Merge branch 'mm/sort-config-doc'Junio C Hamano2-71/+71
2008-11-26Merge branch 'mm/maint-sort-config-doc' into maintJunio C Hamano1-48/+48
2008-11-26Merge branch 'mm/maint-sort-config-doc' into mm/sort-config-docJunio C Hamano2-71/+71
2008-11-26config.txt: alphabetize configuration sectionsMatt McCutchen1-48/+48
2008-11-26xdiff-interface.c: remove 10 duplicated linesJim Meyering1-11/+0
2008-11-26t9129-git-svn-i18n-commitencoding: Make compare_svn_head_with() compatible wi...Marcel Koeppen1-1/+1
2008-11-26Teach "git diff" to honour --[no-]ext-diffJunio C Hamano2-1/+25
2008-11-26send-email: Fix Pine address book parsingTrent Piepho1-3/+6
2008-11-25Merge branch 'for-junio' of git://source.winehq.org/~julliard/git/gitJunio C Hamano1-160/+177
2008-11-25bisect: teach "skip" to accept special arguments like "A..B"Christian Couder1-1/+18
2008-11-25builtin_clone: use strbuf in cmd_clone()Miklos Vajna1-20/+25
2008-11-25builtin-clone: use strbuf in clone_local() and copy_or_link_directory()Miklos Vajna1-27/+31
2008-11-25builtin-clone: use strbuf in guess_dir_name()Miklos Vajna1-3/+3
2008-11-23Merge branch 'maint'Junio C Hamano1-7/+6
2008-11-23remove the unused files interpolate.c and interpolate.hRené Scharfe3-130/+0
2008-11-23daemon: deglobalize variable 'directory'René Scharfe1-10/+6
2008-11-23daemon: inline fill_in_extra_table_entries()René Scharfe1-8/+2
2008-11-23daemon: use strbuf_expand() instead of interpolate()René Scharfe1-55/+54
2008-11-23merge-recursive: use strbuf_expand() instead of interpolate()René Scharfe2-13/+9
2008-11-23add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe3-0/+28
2008-11-23fast-export: use an unsorted string list for extra_refsJohannes Schindelin2-3/+3
2008-11-23Add new testcase to show fast-export does not always exports all tagsMiklos Vajna1-0/+8
2008-11-23sha1_file: avoid bogus "file exists" error messageJoey Hess1-1/+1
2008-11-23Fix misleading wording for git-cherry-pickBryan Drewery1-7/+6
2008-11-23Fix t4030-diff-textconv.shAlex Riesen1-1/+1
2008-11-23Fix handle leak in sha1_file/unpack_objects if there were damaged object dataAlex Riesen1-0/+1
2008-11-23compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt1-3/+12
2008-11-23Document levenshtein.cJohannes Schindelin1-0/+37
2008-11-23Fix deletion of last character in levenshtein distanceSamuel Tardieu1-1/+1
2008-11-23git-gui: french translation updateChristian Couder1-297/+827
2008-11-23git.el: Allow to commit even if there are no marked files.Alexandre Julliard1-23/+20
2008-11-23git.el: Add possibility to mark files directly in git-update-status-files.Alexandre Julliard1-5/+3
2008-11-23git.el: Add an insert file command.Alexandre Julliard1-0/+7
2008-11-21git.el: Never clear the status buffer, only update the files.Alexandre Julliard1-84/+85
2008-11-21git.el: Fix git-amend-commit to support amending an initial commit.Alexandre Julliard1-3/+7
2008-11-21git.el: Properly handle merge commits in git-amend-commit.Alexandre Julliard1-8/+9
2008-11-21git.el: Simplify handling of merge heads in the commit log-edit buffer.Alexandre Julliard1-8/+7
2008-11-21git.el: Remove the env parameter in git-call-process and git-call-process-str...Alexandre Julliard1-28/+26
2008-11-21git.el: Improve error handling for commits.Alexandre Julliard1-17/+29
2008-11-21Updated Swedish translation (514t0f0u).Peter Krefting1-310/+839
2008-11-19git gui: update Italian translationMichele Ballabio1-295/+834
2008-11-18git-commit.txt - mention that files listed on the command line must be known ...Mark Burton1-1/+2
2008-11-18Retain multiple -q/-v occurrences in git pullTuncer Ayaz1-2/+2
2008-11-18Documentation: rev-list-options.txt: added --branches, --tags & --remotes.Mark Burton1-0/+15
2008-11-18builtin-branch: use strbuf in rename_branch()Miklos Vajna1-18/+21
2008-11-18builtin-branch: use strbuf in fill_tracking_info()Miklos Vajna1-10/+8
2008-11-18builtin-branch: use strbuf in delete_branches()Miklos Vajna1-4/+4
2008-11-18git-remote: add verbose mode to git remote updateCheng Renquan1-2/+6
2008-11-18gitk: Fix context menu items for generating diffs when in tree modePaul Mackerras1-1/+1
2008-11-18gitk: Avoid handling the Return key twice in Add BranchAlexander Gavrilov1-1/+0
2008-11-18gitk: Show local changes properly when we have a path limitPaul Mackerras1-22/+88
2008-11-18gitk: Fix switch statement in parseviewargsPaul Mackerras1-11/+11
2008-11-17Update Hungarian translation. 100% completed.Miklos Vajna1-337/+918
2008-11-17Fix index preloading for racy dirty caseLinus Torvalds1-1/+1
2008-11-17Merge branch 'maint'Junio C Hamano1-3/+3
2008-11-17Documentation: tutorial: add information about "git help" at the beginningChristian Couder3-0/+12
2008-11-17Documentation: user-manual: add information about "git help" at the beginningChristian Couder1-1/+11
2008-11-17builtin-remote.c: plug a small memory leak in get_one_remote_for_updates()Junio C Hamano1-1/+1
2008-11-17git-remote: match usage string with the manual pagesCheng Renquan1-4/+4
2008-11-17request-pull: make usage string match manpageStefan Naewe1-3/+3
2008-11-16Merge git://repo.or.cz/git-guiJunio C Hamano7-311/+1457
2008-11-16git-gui: Fix the search bar destruction handler.Alexander Gavrilov1-1/+1
2008-11-16Update the po templateShawn O. Pearce1-285/+791
2008-11-16git-gui: Implement automatic rescan after Tool execution.Alexander Gavrilov1-2/+42
2008-11-16git-gui: Allow Tools request arguments from the user.Alexander Gavrilov2-5/+203
2008-11-16git-gui: Add a Tools menu for arbitrary commands.Alexander Gavrilov3-0/+359
2008-11-16git-gui: Fix the after callback execution in rescan.Alexander Gavrilov2-16/+31
2008-11-16git-gui: Implement system-wide configuration handling.Alexander Gavrilov2-9/+15
2008-11-16git-gui: try to provide a window icon under XGiuseppe Bilotta1-0/+22
2008-11-16Merge branch 'maint'Junio C Hamano1-1/+3
2008-11-16Merge branch 'bc/maint-keep-pack'Junio C Hamano3-10/+22
2008-11-16Merge branch 'jk/commit-v-strip'Junio C Hamano4-31/+14
2008-11-16Fix machine-parseability of 'git log --source'Linus Torvalds1-1/+1
2008-11-16Teach ls-files --with-tree=<tree> to work with options other than -cJunio C Hamano1-0/+2
2008-11-16builtin-ls-files.c: coding style fix.Junio C Hamano1-1/+1
2008-11-14Merge branch 'maint'Junio C Hamano4-5/+11
2008-11-14Documentation: git-svn: fix example for centralized SVN cloneJan Krüger1-0/+2
2008-11-14Documentation: fix links to "everyday.html"Christian Couder2-4/+8
2008-11-14revision.c: use proper data type in call to sizeof() within xreallocBrandon Casey1-1/+1
2008-11-14repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey3-10/+22
2008-11-14Documentation: New GUI configuration and command-line options.Alexander Gavrilov4-0/+65
2008-11-15gitk: Index line[hnd]tag arrays by id rather than row numberPaul Mackerras1-59/+58
2008-11-14Add cache preload facilityLinus Torvalds9-10/+122
2008-11-14Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz7-20/+126
2008-11-14Merge git://git.bogomips.org/git-svnJunio C Hamano2-9/+15
2008-11-13git-svn: Update git-svn to use the ability to place temporary files within re...Marten Svanfeldt (dev)1-4/+5
2008-11-13Git.pm: Make _temp_cache use the repository directoryMarten Svanfeldt (dev)1-5/+10
2008-11-13git-svn: proper detection of bare repositoriesDeskin Miller2-5/+16
2008-11-13git-svn: respect i18n.commitencoding configEric Wong2-3/+101
2008-11-13git-svn: don't escape tilde ('~') for http(s) URLsEric Wong1-3/+3
2008-11-13Merge git://git.bogomips.org/git-svnJunio C Hamano3-11/+120
2008-11-13Merge branch 'maint'Junio C Hamano0-0/+0
2008-11-13date/time: do not get confused by fractional secondsLinus Torvalds1-6/+20
2008-11-13Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-227/+810
2008-11-13gitk: Fix linehtag undefined error with file highlightingPaul Mackerras1-2/+5
2008-11-13gitk: Fix commit encoding supportAlexander Gavrilov1-2/+23
2008-11-13gitk: Fix transient windows on Win32 and MacOSAlexander Gavrilov1-13/+31
2008-11-13gitk: Add accelerators to frequently used menu commandsAlexander Gavrilov1-7/+29
2008-11-12Update draft release notes to 1.6.1Junio C Hamano1-1/+33
2008-11-12Merge branch 'jn/gitweb-customlinks'Junio C Hamano1-7/+12
2008-11-12Merge branch 'gb/gitweb-snapshot-pathinfo'Junio C Hamano1-8/+63
2008-11-12Merge branch 'ds/uintmax-config' (early part)Junio C Hamano3-1/+36