summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-17sanitize content of README fileNicolas Pitre
2007-01-17git-format-patch: do not crash with format.headers without value.Junio C Hamano
2007-01-17Introduce 'git-format-patch --suffix=.patch'Junio C Hamano
2007-01-17Documentation/glossary.txt: describe remotes/ tracking and packed-refsJunio C Hamano
2007-01-17Documentation/glossary.txt: unpacked objects are loose.Junio C Hamano
2007-01-17Documentation: describe shallow repositoryJunio C Hamano
2007-01-17Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"Junio C Hamano
2007-01-17Documentation: detached HEADJunio C Hamano
2007-01-17Documentation: a few spelling fixesRené Scharfe
2007-01-17Documentation/git-sh-setup.txt: programmer's docsJunio C Hamano
2007-01-17Documentation/git-whatchanged.txt: show -<n> instead of --max-count.Junio C Hamano
2007-01-17Documentation/git-status.txt: mention color configurationJunio C Hamano
2007-01-17Documentation/git-tar-tree.txt: default umask is now 002Junio C Hamano
2007-01-17Documentation/git-tools.txt: mention tig and refer to wikiJunio C Hamano
2007-01-17Documentation/git-tag: the command can be used to also verify a tag.Junio C Hamano
2007-01-17Documentation/SubmittingPatches: Gnus tipsJunio C Hamano
2007-01-17git-commit: document log message formatting conventionJunio C Hamano
2007-01-17cache.h; fix a couple of prototypesChris Wedgwood
2007-01-17Document where configuration files are in config.txtJunio C Hamano
2007-01-17Use merge-recursive in git-checkout -m (branch switching)Junio C Hamano
2007-01-17git-commit documentation: remove comment on unfixed git-rmJunio C Hamano
2007-01-17tutorial: shorthand for remotes but show distributed nature of gitJunio C Hamano
2007-01-17tutorial: Use only separate layoutSanti Béjar
2007-01-16Fix spurious compile errorJohannes Schindelin
2007-01-16git-rm documentation: remove broken behaviour from the example.Junio C Hamano
2007-01-16git-push documentation: remaining bitsJunio C Hamano
2007-01-16document --exec for git-pushUwe Kleine-K,Av(Bnig
2007-01-16git-svn: print and flush authentication prompts to STDERREric Wong
2007-01-16Solaris 5.8 returns ENOTDIR for inappropriate renames.Jason Riedy
2007-01-16Replace "echo -n" with printf in shell scripts.Jason Riedy
2007-01-16Set _ALL_SOURCE for AIX, but avoid its struct list.Jason Riedy
2007-01-16Start all test scripts with /bin/sh.Jason Riedy
2007-01-15git-pull: disallow implicit merging to detached HEADJeff King
2007-01-15Fix git-fetch while on detached HEAD not to give needlessly alarming errorsJunio C Hamano
2007-01-15git reflog expire: document --stale-fix option.Junio C Hamano
2007-01-15Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-01-15Use nice names in conflict markers during cherry-pick/revert.Shawn O. Pearce
2007-01-15Use merge-recursive in git-revert/git-cherry-pickJunio C Hamano
2007-01-15Documentation: merge-output is not too verbose now.Junio C Hamano
2007-01-15Remove hash in git-describe in favor of util slot.Shawn O. Pearce
2007-01-15Correct priority of lightweight tags in git-describe.Shawn O. Pearce
2007-01-15Add describe test.Junio C Hamano
2007-01-15Improve git-describe performance by reducing revision listing.Shawn O. Pearce
2007-01-15Use binary searching on large buckets in git-describe.Shawn O. Pearce
2007-01-15Hash tags by commit SHA1 in git-describe.Shawn O. Pearce
2007-01-15Always perfer annotated tags in git-describe.Shawn O. Pearce
2007-01-15some doc updatesNicolas Pitre
2007-01-15git log documentation: teach -<n> form.Junio C Hamano
2007-01-14Convert output messages in merge-recursive to past tense.Shawn O. Pearce
2007-01-14Display a progress meter during merge-recursive.Shawn O. Pearce