summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build RPM with ETC_GITCONFIG=/etc/gitconfigJunio C Hamano2007-04-231-0/+2
* Ignore all man sections as they are generated files.Brian Gernhardt2007-04-231-2/+1
* Fix typo in git-am: s/Was is/Was it/Josh Triplett2007-04-231-1/+1
* Reverse the order of -b and --track in the man page.Brian Gernhardt2007-04-231-1/+1
* dir.c(common_prefix): Fix two bugsJohannes Schindelin2007-04-232-1/+8
* GIT 1.5.1.2v1.5.1.2Junio C Hamano2007-04-212-8/+21
* perl: install private Error.pm if the site version is older than our ownEric Wong2007-04-211-1/+1
* git-clone: fix dumb protocol transport to clone from pack-pruned refJunio C Hamano2007-04-201-1/+1
* Update git-config documentationAndrew Ruder2007-04-182-11/+15
* Fix unmatched emphasis tag in git-tutorialAndrew Ruder2007-04-181-1/+1
* Update git-cherry-pick documentationAndrew Ruder2007-04-181-1/+1
* Update git-archive documentationAndrew Ruder2007-04-181-1/+4
* fix up strtoul_ui error handlingAndy Whitcroft2007-04-182-2/+2
* git-tar-tree: complete deprecation conversion messageSam Vilain2007-04-181-1/+1
* git-shortlog: Fix two formatting errors in asciidoc documentationFrank Lichtenheld2007-04-181-1/+3
* Fix overwriting of files when applying contextually independent diffsAlex Riesen2007-04-182-2/+34
* git-svn: don't allow globs to match regular filesEric Wong2007-04-182-0/+6
* Use const qualifier for 'sha1' parameter in delete_ref functionCarlos Rica2007-04-172-2/+2
* Start preparing for 1.5.1.2Junio C Hamano2007-04-172-1/+38
* Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-04-171-4/+6
|\
| * git-gui: Brown paper bag fix division by 0 in blameShawn O. Pearce2007-04-041-4/+6
* | git-svn: quiet some warnings when run only with --version/--helpEric Wong2007-04-171-2/+2
* | git-svn: respect lower bound of -r/--revision when following parentEric Wong2007-04-171-1/+4
* | Have sample update hook not refuse deleting a branch through push.Gerrit Pape2007-04-161-1/+6
* | variable $projectdesc needs to be set before checking against unchanged default.Gerrit Pape2007-04-161-0/+1
* | Update git-annotate/git-blame documentationAndrew Ruder2007-04-164-67/+85
* | Update git-apply documentationAndrew Ruder2007-04-161-6/+7
* | Update git-applymbox documentationAndrew Ruder2007-04-161-4/+10
* | Update git-am documentationAndrew Ruder2007-04-161-9/+16
* | user-manual: use detached head when rewriting historyJ. Bruce Fields2007-04-161-7/+8
* | user-manual: start revising "internals" chapterJ. Bruce Fields2007-04-161-18/+20
* | user-manual: detached HEADJ. Bruce Fields2007-04-161-2/+42
* | user-manual: fix discussion of default cloneJ. Bruce Fields2007-04-161-3/+3
* | Documentation: clarify track/no-track option.J. Bruce Fields2007-04-161-4/+8
* | Documentation: clarify git-checkout -f, minor editingJ. Bruce Fields2007-04-161-4/+5
* | Documentation: minor edits of git-lost-found manpageJ. Bruce Fields2007-04-161-12/+11
* | Document -g (--walk-reflogs) option of git-logAlex Riesen2007-04-151-0/+5
* | sscanf/strtoul: parse integers robustlyJim Meyering2007-04-144-18/+22
* | Merge git://git2.kernel.org/pub/scm/gitk/gitk into maintJunio C Hamano2007-04-141-14/+38
|\ \
| * | [PATCH] Improve look-and-feel of the gitk tool.Eygene Ryabinkin2007-04-011-8/+15
| * | [PATCH] Teach gitk to use the user-defined UI font everywhere.Eygene Ryabinkin2007-04-011-6/+23
* | | git-blame: Fix overrun in fake_working_tree_commit()Michael Spang2007-04-141-1/+1
* | | git-quiltimport complaining yet still workingLinus Torvalds2007-04-141-2/+2
* | | config.txt: Fix grammatical error in description of http.noEPSVFrank Lichtenheld2007-04-131-1/+1
* | | config.txt: Change pserver to server in description of gitcvs.*Frank Lichtenheld2007-04-131-2/+2
* | | config.txt: Document core.autocrlfFrank Lichtenheld2007-04-131-0/+10
* | | config.txt: Document gitcvs.allbinaryFrank Lichtenheld2007-04-131-0/+7
* | | Do not default to --no-index when given two directories.Junio C Hamano2007-04-131-10/+26
* | | Use rev-list --reverse in git-rebase.shAlex Riesen2007-04-131-2/+1
* | | handle_options in git wrapper miscounts the options it handled.Matthias Lederhofer2007-04-121-0/+1