summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-09gitweb: Fix git_patchset_body not closing <div class="patch">Libravatar Jakub Narebski1-3/+4
2007-01-09git.el: Define the propertize function if needed, for XEmacs compatibility.Libravatar Alexandre Julliard1-5/+13
2007-01-09git-clone: Make sure the master branch exists before running cat on it.Libravatar Alexandre Julliard1-1/+1
2007-01-09git-apply: Remove directories that have become empty after deleting a file.Libravatar Alexandre Julliard1-2/+13
2007-01-09get_tree_entry: map blank requested entry to tree rootLibravatar Jeff King1-1/+8
2007-01-09builtin-archive: do not free a tree held by the object layer.Libravatar Junio C Hamano1-1/+0
2007-01-09Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2007-01-09Fix "Do not ignore a detected patchfile brokenness."Libravatar Junio C Hamano1-1/+2
2007-01-09Sanitize for_each_reflog_ent()Libravatar Johannes Schindelin6-24/+44
2007-01-09Do not ignore a detected patchfile brokenness.Libravatar Junio C Hamano1-1/+1
2007-01-08merge-base: do not leak commit listLibravatar Junio C Hamano1-2/+4
2007-01-08Auto-quote config values in config.c:store_write_pair()Libravatar Brian Gernhardt2-0/+31
2007-01-08Ignore git-init and git-remoteLibravatar Brian Gernhardt1-0/+2
2007-01-08rm git-rerere.perl -- it is now a built-in.Libravatar Junio C Hamano1-284/+0
2007-01-08cvsserver: fix revision number during file addsLibravatar Martin Langhoff1-1/+4
2007-01-08cvsserver: detect early of we are up to date and avoid costly rev-listLibravatar Martin Langhoff1-1/+8
2007-01-08Documentation: add git-remote man pageLibravatar J. Bruce Fields1-0/+76
2007-01-08Merge branch 'jc/reflog'Libravatar Junio C Hamano6-222/+571
2007-01-08short i/o: fix config updates to use write_in_fullLibravatar Andy Whitcroft1-29/+77
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullLibravatar Andy Whitcroft20-89/+74
2007-01-08short i/o: fix calls to read to use xread or read_in_fullLibravatar Andy Whitcroft17-39/+57
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyLibravatar Andy Whitcroft4-35/+48
2007-01-08--prune is now default for 'pack-refs'Libravatar Junio C Hamano3-7/+13
2007-01-08--utf8 is now default for 'git-am'Libravatar Junio C Hamano2-6/+21
2007-01-08git-commit: do not fail to print the diffstat even if there is a file named HEADLibravatar Michael Loeffler1-1/+1
2007-01-08ssh-upload: prevent buffer overrunLibravatar Andy Whitcroft1-1/+1
2007-01-08git-checkout: fix branch name output from the commandLibravatar Junio C Hamano2-2/+2
2007-01-08git-checkout: safety when coming back from the detached HEAD state.Libravatar Junio C Hamano1-0/+18
2007-01-08git-checkout: rewording comments regarding detached HEAD.Libravatar Junio C Hamano1-9/+12
2007-01-08git-checkout: do not warn detaching HEAD when it is already detached.Libravatar Junio C Hamano1-3/+8
2007-01-08Detached HEAD (experimental)Libravatar Junio C Hamano5-23/+50
2007-01-08git-branch: show detached HEADLibravatar Lars Hjemli1-7/+24
2007-01-08git-status: show detached HEADLibravatar Junio C Hamano1-2/+11
2007-01-08cvsimport: cleanup temporary cvsps fileLibravatar Martin Langhoff1-5/+11
2007-01-08cvsimport: document -S and -L optionsLibravatar Martin Langhoff1-0/+8
2007-01-08cvsimport: skip commits that are too recent (option and documentation)Libravatar Martin Langhoff2-4/+11
2007-01-07git-fetch: allow updating the current branch in a bare repository.Libravatar Junio C Hamano2-4/+13
2007-01-07Introduce is_bare_repository() and core.bare configuration variableLibravatar Junio C Hamano5-6/+21
2007-01-07Move initialization of log_all_ref_updatesLibravatar Junio C Hamano2-3/+5
2007-01-07git-svn: pass an unambiguous ref to rev-list when grafting-branchesLibravatar Eric Wong1-1/+1
2007-01-07git-svn: add --prefix= option to multi-initLibravatar Eric Wong2-3/+23
2007-01-07Documentation: clarify definition of "reachable"Libravatar J. Bruce Fields1-2/+5
2007-01-07git-svnimport: fix edge revisions double importingLibravatar Sasha Khapyorsky1-2/+2
2007-01-07cvsimport: skip commits that are too recentLibravatar Martin Langhoff1-0/+14
2007-01-07gitweb: Remove superfluous "|" in "commit" viewLibravatar Jakub Narebski1-1/+1
2007-01-07Remove unnecessary git-rm --cached reference from status outputLibravatar Jürgen Rühle1-2/+2
2007-01-07"init-db" can really be just "init"Libravatar Nicolas Pitre8-6/+9
2007-01-07Merge branch 'sp/mmap'Libravatar Junio C Hamano14-231/+582
2007-01-07Spell default packedgitlimit slightly differentlyLibravatar Junio C Hamano1-3/+1
2007-01-06Merge branch 'jr/status'Libravatar Junio C Hamano2-13/+37