summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-12-12GIT 1.5.4-rc0v1.5.4-rc0Junio C Hamano2-2/+17
2007-12-12Merge branch 'cc/help'Junio C Hamano12-57/+340
2007-12-12RPM spec: Adjust htmldirJunio C Hamano1-4/+8
2007-12-12git-help -w: do not require to be in git repositoryJunio C Hamano2-24/+34
2007-12-12Merge branch 'jc/shortlog-e'Junio C Hamano6-22/+37
2007-12-12Merge branch 'ew/svn-rev-db'Junio C Hamano3-107/+258
2007-12-12Merge branch 'jc/merge-recursive-gitlink'Junio C Hamano2-4/+10
2007-12-12Merge branch 'jk/svn-color'Junio C Hamano5-37/+18
2007-12-12git.spec.in: remove python_pathJunio C Hamano1-3/+0
2007-12-12Documentation: rename git.texi to user-manual.texiJunio C Hamano1-3/+3
2007-12-12disable t9119 for now.Junio C Hamano1-0/+2
2007-12-12Fix "diff --check" whitespace detectionWincent Colaiuta2-3/+19
2007-12-12git-diff --numstat -z: make it machine readableJunio C Hamano2-32/+129
2007-12-12Documentation: minor grammar fix for "git apply"Wincent Colaiuta1-1/+1
2007-12-12Use "whitespace" consistentlyWincent Colaiuta3-10/+9
2007-12-12Fix XML parser leaks in http-pushMike Hommey1-6/+9
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey3-1/+6
2007-12-12Fix git-fast-export for zero-sized blobsAlex Riesen1-1/+1
2007-12-12Fix clone not to ignore depth when performing a local cloneCharles Bailey1-1/+4
2007-12-11shortlog: default to HEAD when the standard input is a ttyJunio C Hamano5-19/+19
2007-12-11blame: drop blob data after passing blame to the parentJunio C Hamano1-2/+15
2007-12-11git-clone: print an error message when trying to clone empty repoJeff King1-1/+2
2007-12-11Invert numbers and names in the git-shortlog summary mode.Pierre Habouzit1-1/+1
2007-12-11shortlog: document -e optionJeff King1-2/+5
2007-12-11git.el: Added a menu for git-status-mode.Alexandre Julliard1-1/+42
2007-12-11Fix a typo in checkout.sh and cleanup one-line help messagesJohannes Sixt1-4/+4
2007-12-11git-svn: get color config from --get-colorboolJeff King1-33/+2
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King4-4/+16
2007-12-11Support a merge with conflicting gitlink changeJunio C Hamano2-4/+10
2007-12-11commit: do not add extra LF at the end of the summary.Junio C Hamano1-3/+7
2007-12-11"git tag -u keyname" brokenLinus Torvalds2-10/+51
2007-12-11send-email: do not muck with initial-reply-to when unset.Junio C Hamano1-3/+4
2007-12-11Don't cache DESTDIR in perl/perl.mak.Gerrit Pape2-6/+2
2007-12-11autoconf: Check asciidoc version to automatically set ASCIIDOC8Jakub Narebski2-0/+22
2007-12-10git-svn: reinstate old rev_db optimization in new rev_mapEric Wong1-14/+57
2007-12-10git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong3-110/+218
2007-12-10pack-objects: more threaded load balancing fix with often changed pathsNicolas Pitre1-0/+10
2007-12-10Add more checkout testsDaniel Barkalow1-3/+43
2007-12-10Add git-browse-help to .gitignoreJeff King1-0/+1
2007-12-10Fix mis-markup of the -p, --patch option in git-add(1)Eyvind Bernhardsen1-1/+1
2007-12-10git-help -i: show info documentation from matching version of gitJunio C Hamano2-1/+6
2007-12-10git-help -i: invoke info with document and node nameJunio C Hamano1-1/+1
2007-12-10Documentation: add gitman.info targetJunio C Hamano2-8/+66
2007-12-10Merge branch 'master' into cc/helpJunio C Hamano116-2054/+5116
2007-12-10Update draft Release Notes for 1.5.4Junio C Hamano1-6/+19
2007-12-10Style fixes for pre-commit hook testsWincent Colaiuta1-33/+57
2007-12-10Interactive editor tests for commit-msg hookWincent Colaiuta1-43/+175
2007-12-09Re-fix ls-remoteJunio C Hamano1-18/+21
2007-12-09Cleanup variables in http.[ch]Mike Hommey2-32/+14
2007-12-09git-send-email.perl: Really add angle brackets to In-Reply-To if necessaryMike Hommey1-2/+3
2007-12-09don't mention index refreshing side effect in git-status docsJeff King1-7/+0
2007-12-09Remove repo version check from setup_git_directoryNguyễn Thái Ngọc Duy1-1/+0
2007-12-09Merge branch 'jc/spht'Junio C Hamano12-111/+641
2007-12-09Documentation: describe -w/--web option to "git-help".Christian Couder2-2/+22
2007-12-09Use {web,instaweb,help}.browser config options.Christian Couder2-2/+7
2007-12-09git-help: add -w|--web option to display html man page in a browser.Christian Couder4-17/+171
2007-12-09Merge branch 'pr/mergetool'Junio C Hamano1-4/+5
2007-12-09Merge branch 'maint'Junio C Hamano1-2/+8
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano8-29/+26
2007-12-09Add tests for pre-commit and commit-msg hooksWincent Colaiuta3-1/+153
2007-12-09Fix commit-msg hook to allow editingJunio C Hamano2-4/+7
2007-12-09Documentation: fix --no-verify documentation for "git commit"Wincent Colaiuta1-1/+1
2007-12-09Allow --no-verify to bypass commit-msg hookWincent Colaiuta1-1/+2
2007-12-09ls-remote: resurrect pattern limit supportJunio C Hamano1-6/+38
2007-12-08config.c:store_write_pair(): don't read the byte before a malloc'd buffer.Jim Meyering1-2/+8
2007-12-08git-shortlog -e: show e-mail address as wellJunio C Hamano1-0/+12
2007-12-08shortlog: code restructuring and clean-upJunio C Hamano1-103/+62
2007-12-08mailmap: fix bogus for() loop that happened to be safe by accidentJunio C Hamano1-3/+4
2007-12-08pack-objects: fix threaded load balancingNicolas Pitre1-32/+85
2007-12-08pack-objects: reverse the delta search sort listNicolas Pitre1-20/+21
2007-12-08pack-objects: fix delta cache size accountingNicolas Pitre1-5/+5
2007-12-08git-status: documentation improvementsJeff King1-12/+13
2007-12-08add status.relativePaths config variableJeff King6-2/+52
2007-12-08wt-status.c:quote_path(): convert empty path to "./"Jeff King1-0/+3
2007-12-08git-bisect visualize: work in non-windowed environments betterJunio C Hamano2-3/+27
2007-12-08Teach "git add -i" to colorize whitespace errorsWincent Colaiuta1-39/+34
2007-12-08Let git-help prefer man-pages installed with this version of gitSergei Organov2-1/+26
2007-12-07Update draft release notes to 1.5.4Junio C Hamano2-1/+17
2007-12-06Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano9-1057/+1248
2007-12-06Merge branch 'mw/cvsserver'Junio C Hamano1-7/+26
2007-12-06Merge branch 'kh/fetch-optparse'Junio C Hamano1-77/+46
2007-12-06Merge branch 'jc/git-log-doc'Junio C Hamano4-161/+168
2007-12-06Merge branch 'jc/addi-color'Junio C Hamano10-27/+218
2007-12-06Merge branch 'jc/docmake-perl'Junio C Hamano1-3/+6
2007-12-06Merge branch 'jc/clean-fix'Junio C Hamano2-21/+45
2007-12-06autoconf: Add test for OLD_ICONV (squelching compiler warning)Jakub Narebski2-0/+23
2007-12-06Silence iconv warnings on LeopardWincent Colaiuta1-1/+3
2007-12-06Merge branch 'maint'Junio C Hamano2-2/+2
2007-12-06Change from using email.com to example.com as example domain, as per RFC 2606.David Symonds2-2/+2
2007-12-06git-status documentation: mention subdirectory behaviourJunio C Hamano1-0/+4
2007-12-06do not discard status in fetch_refs_via_pack()Junio C Hamano1-1/+1
2007-12-06for-each-ref: Fix quoting style constants.Johannes Sixt2-3/+42
2007-12-06hg-to-git: handle an empty dir in hg.Junio C Hamano1-1/+1
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano10-74/+233
2007-12-05config --get-colorbool: diff.color is a deprecated synonym to color.diffJunio C Hamano1-2/+16
2007-12-05t7300: add test for clean with wildcard pathspecJeff King1-0/+14
2007-12-05Open external merge tool with original file extensions for all three filesPini Reznik1-4/+5
2007-12-05git-clean: Honor pathspec.Junio C Hamano1-21/+31
2007-12-05Color support for "git-add -i"Junio C Hamano3-20/+146
2007-12-05git config --get-colorboolJunio C Hamano7-7/+58
2007-12-05Documentation: color.* = true means "auto"Junio C Hamano1-7/+7
2007-12-05Merge branch 'maint'Junio C Hamano4-13/+86
2007-12-05git-am -i: report rewritten titleJunio C Hamano1-0/+5
2007-12-05git grep shows the same hit repeatedly for unmerged pathsJunio C Hamano1-6/+6
2007-12-05Update Hungarian translation. 100% completed.Miklos Vajna1-320/+362
2007-12-05Update ja.po for git-guiしらいしななこ1-189/+229
2007-12-05Merge branch 'nd/maint-work-tree-fix' into maintJunio C Hamano2-7/+75
2007-12-05Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy2-12/+72
2007-12-05Revert "git-am: catch missing author date early."Junio C Hamano1-2/+2
2007-12-05git config: Don't rely on regexec() returning 1 on non-matchBjörn Steinbrink1-2/+1
2007-12-05Documentation: add --patch option to synopsis of git-addMatthias Kestenholz1-1/+1
2007-12-05Include diff options in the git-log manpageMiklos Vajna4-161/+168
2007-12-05git-cvsserver runs hooks/post-updateJunio C Hamano1-0/+6
2007-12-05git-cvsserver runs hooks/post-receiveMichael Witten1-7/+20
2007-12-04Rewrite builtin-fetch option parsing to use parse_options().Kristian Høgsberg1-77/+46
2007-12-04Set OLD_ICONV on Cygwin.Pascal Obry1-0/+1
2007-12-04t5510: add a bit more tests for fetchJunio C Hamano1-0/+42
2007-12-04Merge branch 'wc/add-i'Junio C Hamano5-46/+242
2007-12-04Merge branch 'kh/commit'Junio C Hamano23-103/+1249
2007-12-04Merge branch 'sp/refspec-match'Junio C Hamano8-39/+105
2007-12-04Simplify crud() in ident.cAlex Riesen1-19/+9
2007-12-04Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand2-13/+13
2007-12-04gitweb: use Perl built-in utf8 function for UTF-8 decoding.İsmail Dönmez1-4/+3
2007-12-04t9600: require cvsps 2.1 to perform testsJeff King1-2/+18
2007-12-04contrib: Make remotes2config.sh script more robustJakub Narebski1-4/+4
2007-12-04Use a strbuf for copying the command line for the reflog.Kristian Høgsberg1-16/+8
2007-12-04Documentation/git.txt: typofixJunio C Hamano1-1/+1
2007-12-04Documentation: rerere is enabled by default these days.Junio C Hamano2-5/+3
2007-12-04Formatting fix for Documentation/git-help.txtJunio C Hamano1-1/+1
2007-12-03Run the specified perl in Documentation/Junio C Hamano1-3/+6
2007-12-03Update draft release notes for 1.5.4Junio C Hamano1-21/+58
2007-12-03Allow ':/<oneline-prefix>' syntax to work with save_commit_buffer == 0Johannes Schindelin1-3/+16
2007-12-03Add git-fast-export to list of commands.Junio C Hamano1-0/+1
2007-12-03fast-export: rename the signed tag mode 'ignore' to 'verbatim'Johannes Schindelin3-8/+8
2007-12-03Add remote.<name>.proxySam Vilain4-1/+18
2007-12-03Documentation: describe -i/--info option to "git-help"Christian Couder2-2/+12
2007-12-03git-help: add -i|--info option to display info page.Christian Couder1-8/+27
2007-12-03Allow HTTP proxy to be overridden in configSam Vilain2-0/+15
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Christian Couder7-20/+12
2007-12-03install-sh from automake does not like -m without delimiting spaceRobert Schiele3-11/+11
2007-12-03Documentation: add a new man page for "git-help"Christian Couder4-3/+53
2007-12-03git-commit documentation: fix unfinished sentence.Junio C Hamano1-3/+3
2007-12-03git-add -i: add help text for list-and-choose UIWincent Colaiuta1-1/+30
2007-12-03git-commit --allow-emptyJunio C Hamano1-2/+3
2007-12-03git-commit --allow-emptyJunio C Hamano3-4/+24
2007-12-03git-commit: Allow to amend a merge commit that does not change the treeJohannes Sixt2-3/+38
2007-12-02git-commit: Allow to amend a merge commit that does not change the treeJunio C Hamano1-1/+10
2007-12-02quote_path: fix collapsing of relative pathsJeff King2-6/+7
2007-12-02Make git status usage say git status instead of git commitShawn Bohrer1-5/+10
2007-12-02Fix --signoff in builtin-commit differently.Junio C Hamano3-14/+27
2007-12-02Merge branch 'js/prune-expire'Junio C Hamano3-2/+42
2007-12-02Merge branch 'js/export-with-assignment'Junio C Hamano3-13/+19
2007-12-02Merge branch 'js/fast-export'Junio C Hamano7-0/+616
2007-12-02Merge branch 'js/rebase-i-rerere'Junio C Hamano1-1/+4
2007-12-02Merge branch 'js/pull-rebase'Junio C Hamano4-1/+49
2007-12-02Merge branch 'wc/rebase-insn'Junio C Hamano2-10/+28
2007-12-02Merge branch 'jc/typebreak'Junio C Hamano6-14/+105
2007-12-02Enable rewrite as well as rename detection in git-statusJeff King1-0/+1
2007-12-02Merge branch 'jc/color'Junio C Hamano3-16/+87
2007-12-02git-gui: Improve the application icon on Windows.Johannes Sixt1-0/+0
2007-12-02git-gui: install-sh from automake does not like -m755Robert Schiele1-6/+6
2007-12-02git-gui: Reorder msgfmt command-line argumentsbrian m. carlson1-1/+1
2007-12-02Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin7-0/+616
2007-12-02Merge branch 'dc/gitweb'Junio C Hamano1-0/+2
2007-12-02gitweb: Update and improve gitweb/README fileJakub Narebski1-18/+197
2007-12-02git-stash: Display help message if git-stash is run with wrong sub-commandsKevin Leung1-7/+9
2007-12-02git-am: catch missing author date early.Junio C Hamano1-2/+2
2007-12-02add -i: allow prefix highlighting for "Add untracked" as well.Wincent Colaiuta1-17/+30
2007-12-02Merge branch 'maint'Junio C Hamano1-0/+12
2007-12-02t9600: test cvsimport from CVS working treeJeff King1-0/+12
2007-12-02gitweb: the commitdiff is very commonly used, it's needed on search page, tooDenis Cheng1-0/+2
2007-12-02rename: Break filepairs with different types.Junio C Hamano5-14/+104
2007-12-01git-commit: clean up die messagesJeff King1-10/+9
2007-12-01Update draft release notes for 1.5.4Junio C Hamano1-86/+98
2007-12-01Consolidate command list to one.Junio C Hamano5-163/+141
2007-12-01Resurrect peek-remoteJunio C Hamano1-1/+1
2007-12-01Merge branch 'tt/help'Junio C Hamano2-7/+0
2007-12-01Merge branch 'jc/move-gitk'Junio C Hamano3-11/+32
2007-12-01Merge branch 'jc/branch-contains'Junio C Hamano5-5/+134
2007-12-01Merge branch 'cr/tag-options'Junio C Hamano3-90/+105
2007-12-01Update draft release notes for 1.5.4Junio C Hamano1-4/+57
2007-12-01Merge 1.5.3.7 inJunio C Hamano3-1/+47
2007-12-01GIT 1.5.3.7v1.5.3.7Junio C Hamano3-2/+47
2007-12-01Fix typo in t4008 test titleJunio C Hamano1-1/+1
2007-11-30git-svn: Don't create a "master" branch every time rebase is runSteven Grimm1-0/+2
2007-11-30git-svn: add a show-externals command.Vineet Kumar1-0/+18
2007-11-30git-svn: Remove unnecessary Git::SVN::Util packageDavid D. Kilzer1-14/+9
2007-11-30git-svn: add support for pulling author from From: and Signed-off-by:Andy Whitcroft1-7/+30
2007-11-30git-svn now reads settings even if called in subdirectoryGustaf Hendeby1-17/+18
2007-11-30Merge branch 'maint'Junio C Hamano12-40/+155
2007-11-30Fix a pathological case in git detecting proper renamesLinus Torvalds1-0/+13
2007-11-30Fix a pathological case in git detecting proper renamesLinus Torvalds1-9/+16
2007-11-30Add "--expire <time>" option to 'git prune'Johannes Schindelin3-2/+42
2007-11-30Replace the word 'update-cache' by 'update-index' everywhereJohannes Schindelin9-9/+9
2007-11-30Do check_repository_format() earlyNguyễn Thái Ngọc Duy1-3/+10
2007-11-30cvsimport: fix usage of cvsimport.moduleJeff King2-4/+25
2007-11-30receive-pack: allow deletion of corrupt refsJohannes Schindelin2-3/+46
2007-11-30Merge branch 'jk/maint-cvsimport-fix' into maintJunio C Hamano2-26/+120
2007-11-30t7003-filter-branch: Fix test of a failing --msg-filter.Johannes Sixt1-1/+1
2007-11-30Mention that git-rm can be an appropriate resolution as well as git-add.David Symonds1-1/+1