summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-15Support cvs via git-shellLibravatar Johannes Schindelin1-1/+26
2007-10-15rebase -i: use diff plumbing instead of porcelainLibravatar Johannes Schindelin1-2/+2
2007-10-15Do not remove distributed configure scriptLibravatar Mathias Megyei1-1/+4
2007-10-15git-archive: document --execLibravatar Michele Ballabio1-1/+6
2007-10-15git-reflog: document --verboseLibravatar Michele Ballabio1-1/+4
2007-10-15makefile: Add a cscope targetLibravatar Kristof Provost2-2/+9
2007-10-15git-config: handle --file option with relative pathname properlyLibravatar Gerrit Pape1-2/+7
2007-10-15clear_commit_marks(): avoid deep recursionLibravatar Johannes Schindelin1-9/+14
2007-10-15git add -i: Remove unused variablesLibravatar Jean-Luc Herren1-10/+6
2007-10-15git add -i: Fix parsing of abbreviated hunk headersLibravatar Jean-Luc Herren1-6/+5
2007-10-15git-config: don't silently ignore options after --listLibravatar Frank Lichtenheld1-1/+4
2007-10-15git-gc --auto: simplify "repack" command line buildingLibravatar Brandon Casey1-7/+1
2007-10-15git-gc: by default use safer "-A" option to repack when not --prune'ingLibravatar Brandon Casey1-1/+11
2007-10-15Added a test for fetching remote tags when there is not tags.Libravatar Väinö Järvelä1-0/+12
2007-10-15Fix a crash in ls-remote when refspec expands into nothingLibravatar Alex Riesen1-1/+2
2007-10-15Remove duplicate ref matches in fetchLibravatar Daniel Barkalow3-0/+33
2007-10-15fix t5403-post-checkout-hook.sh: built-in test in dash does not have "=="Libravatar Alex Riesen1-4/+4
2007-10-15Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLibravatar Linus Torvalds3-3/+3
2007-10-15Fix embarrassing "git log --follow" bugLibravatar Linus Torvalds1-2/+2
2007-10-07git-gui: accept versions containing text annotations, like 1.5.3.mingw.1Libravatar Steffen Prohaska1-0/+1
2007-10-04Update state documentation link for 1.5.3.4Libravatar Junio C Hamano1-0/+1
2007-10-04optimize diffcore-delta by sorting hash entries.Libravatar Linus Torvalds1-24/+30
2007-10-03Don't checkout the full tree if avoidableLibravatar Steven Walter1-16/+48
2007-10-03builtin-apply: fix conversion error in strbuf seriesLibravatar Junio C Hamano1-1/+1
2007-10-03Merge branch 'mv/unknown'Libravatar Junio C Hamano6-16/+11
2007-10-03Merge branch 'ph/strbuf'Libravatar Junio C Hamano59-2511/+1809
2007-10-03Merge branch 'lh/merge'Libravatar Junio C Hamano5-11/+521
2007-10-03Merge branch 'js/rebase-i'Libravatar Junio C Hamano2-8/+23
2007-10-03Merge branch 'jc/autogc'Libravatar Junio C Hamano11-14/+276
2007-10-03Merge branch 'je/hooks'Libravatar Junio C Hamano3-0/+100
2007-10-03Merge branch 'ap/dateformat'Libravatar Junio C Hamano6-24/+209
2007-10-03Sync with GIT 1.5.3.4Libravatar Junio C Hamano15-29/+149
2007-10-03GIT 1.5.3.4Libravatar Junio C Hamano2-11/+18
2007-10-03Add a test script for for-each-ref, including test of date formattingLibravatar Andy Parkins1-0/+151
2007-10-03Add test case for ls-files --with-treeLibravatar Carl Worth1-0/+71
2007-10-02Must not modify the_index.cache as it may be passed to realloc at some point.Libravatar Keith Packard1-1/+2
2007-10-03git-gui: Don't crash when starting gitk from a browser sessionLibravatar Shawn O. Pearce1-2/+8
2007-10-03git-gui: Allow gitk to be started on Cygwin with native Tcl/TkLibravatar Shawn O. Pearce1-0/+20
2007-10-02Restore default verbosity for http fetches.Libravatar Daniel Barkalow3-7/+7
2007-10-02the ar tool is called gar on some systemsLibravatar Robert Schiele1-1/+1
2007-10-02rename diff_free_filespec_data_large() to diff_free_filespec_blob()Libravatar Junio C Hamano3-5/+5
2007-10-02diffcore-rename: cache file deltasLibravatar Jeff King3-4/+11
2007-10-02Mention 'cpio' dependency in INSTALLLibravatar Johan Herland1-0/+3
2007-10-02Make git-pull complain and give advice when there is nothing to merge withLibravatar Federico Mena Quintero1-4/+18
2007-10-02Note that git-branch will not automatically checkout the new branchLibravatar Federico Mena Quintero1-0/+4
2007-10-02Add documentation for --track and --no-track to the git-branch docs.Libravatar Federico Mena Quintero1-0/+15
2007-10-02Say when --track is useful in the git-checkout docs.Libravatar Federico Mena Quintero1-1/+3
2007-10-02Fix typo in config.txtLibravatar Johannes Schindelin1-1/+1
2007-10-02for-each-ref: fix %(numparent) and %(parent)Libravatar Junio C Hamano1-4/+6
2007-10-02dateformat: parse %(xxdate) %(yydate:format) correctlyLibravatar Junio C Hamano1-1/+1