aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix trivial typo in git-log man page.Sean Estabrooks2006-04-28
* Properly render asciidoc "callouts" in git man pages.Sean Estabrooks2006-04-28
* Fix up remaining man pages that use asciidoc "callouts".Sean Estabrooks2006-04-28
* Update the git-branch man page to include the "-r" option,Sean Estabrooks2006-04-28
* annotate: display usage information if no filename was givenMatthias Kestenholz2006-04-28
* annotate: fix warning about uninitialized scalarMatthias Kestenholz2006-04-28
* git-am --resolved: more usable error message.Junio C Hamano2006-04-28
* verify-pack: check integrity in a saner order.Junio C Hamano2006-04-27
* commit-tree.c: check_valid() microoptimization.Junio C Hamano2006-04-26
* Fix filename verification when in a subdirectoryLinus Torvalds2006-04-26
* rebase: typofix.Junio C Hamano2006-04-26
* socksetup: don't return on set_reuse_addr() errorv1.3.1Serge E. Hallyn2006-04-24
* Document the configuration filePetr Baudis2006-04-24
* Document git-var -l listing also configuration variablesPetr Baudis2006-04-24
* rev-parse: better error message for ambiguous argumentsPaul Mackerras2006-04-24
* git-log produces no outputLinus Torvalds2006-04-21
* fix pack-object buffer sizeNicolas Pitre2006-04-21
* mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano2006-04-21
* Reintroduce svn pools to solve the memory leak.Santi_BĂ©jar2006-04-20
* pack-objects: do not stop at object that is "too small"Junio C Hamano2006-04-20
* git-commit --amend: two fixes.Junio C Hamano2006-04-20
* pre-commit hook: complain about conflict markers.Junio C Hamano2006-04-19
* git-merge: a bit more readable user guidance.Junio C Hamano2006-04-19
* Document git-clone --referenceShawn Pearce2006-04-18
* Fix filename scaling for binary filesJonas Fonseca2006-04-18
* GIT 1.3.0v1.3.0Junio C Hamano2006-04-18
* Add git-annotate(1) and git-blame(1)Jonas Fonseca2006-04-18
* diff --stat: make sure to set recursive.Junio C Hamano2006-04-18
* git-svnimport symlink supportHerbert Valerio Riedel2006-04-18
* packed_object_info_detail(): check for corrupt packfile.Junio C Hamano2006-04-17
* cleanups: remove unused variable from exec_cmd.cSerge E. Hallyn2006-04-17
* cleanups: prevent leak of two strduped strings in config.cSerge E. Hallyn2006-04-17
* cleanups: Remove impossible case in quote.cSerge E. Hallyn2006-04-17
* cleanups: Remove unused vars from combine-diff.cSerge E. Hallyn2006-04-17
* cleanups: Fix potential bugs in connect.cSerge E. Hallyn2006-04-17
* Merge branch 'jc/boundary'Junio C Hamano2006-04-17
|\
| * rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano2006-04-16
* | Merge branch 'jc/bottomless'Junio C Hamano2006-04-17
|\ \
| * | rev-list --bisect: limit list before bisecting.Junio C Hamano2006-04-14
* | | Allow empty lines in info/graftsYann Dirson2006-04-17
| |/ |/|
* | Makefile fixups.A Large Angry SCM2006-04-16
* | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-04-16
|\ \
| * | gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras2006-04-17
* | | reading $GIT_DIR/info/graft - skip comments correctly.Junio C Hamano2006-04-16
* | | pager: do not fork a pager if PAGER is set to empty.Johannes Schindelin2006-04-16
* | | diff-options: add --patch-with-statJohannes Schindelin2006-04-15
* | | diff-files --stat: do not dump core with unmerged index.Junio C Hamano2006-04-15
* | | Support "git cmd --help" syntaxLinus Torvalds2006-04-15
* | | diff --stat: do not do its own three-dashes.Junio C Hamano2006-04-15
* | | diff-tree: typefix.Junio C Hamano2006-04-15