aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | Merge branch 'jc/author-nickname'Junio C Hamano2008-09-02
|\ \ \ \ \ \ \ \
| * | | | | | | | git commit --author=$name: look $name up in existing commitsJunio C Hamano2008-08-30
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'dp/pid-uintmax'Junio C Hamano2008-09-02
|\ \ \ \ \ \ \ \
| * | | | | | | | cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra2008-08-31
* | | | | | | | | gitweb: ref markers link to named shortlogsGiuseppe Bilotta2008-09-02
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-09-02
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Makefile: add merge_recursive.h to LIB_HMiklos Vajna2008-09-02
| * | | | | | | Improve documentation for --dirstat diff optionHeikki Orsila2008-09-01
| * | | | | | | Bring local clone's origin URL in line with that of a remote cloneJohan Herland2008-09-01
| * | | | | | | Documentation: minor cleanup in a use case in 'git stash' manualSZEDER Gábor2008-09-01
| * | | | | | | Documentation: fix disappeared lines in 'git stash' manpageSZEDER Gábor2008-09-01
| * | | | | | | Documentation: fix reference to a for-each-ref optionSZEDER Gábor2008-09-01
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-08-31
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Document sendemail.envelopesender configurationAsk Bjørn Hansen2008-08-31
| * | | | | | | Document clarification: gitmodules, gitattributesGustaf Hendeby2008-08-31
| * | | | | | | config.txt: Add missing colons after option nameTeemu Likonen2008-08-30
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-08-30
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | gitattributes: -crlf is not binaryJunio C Hamano2008-08-30
| * | | | | | | git-apply: Loosen "match_beginning" logicJunio C Hamano2008-08-30
| * | | | | | | Fix example in git-name-rev documentationJunio C Hamano2008-08-30
| * | | | | | | Merge branch 'sp/missing-thin-base' into maintJunio C Hamano2008-08-30
| |\ \ \ \ \ \ \
| | * | | | | | | pack-objects: Allow missing base objects when creating thin packsShawn O. Pearce2008-08-12
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'af/maint-install-no-handlink' into maintJunio C Hamano2008-08-29
| |\ \ \ \ \ \ \
| | * | | | | | | Fix use of hardlinks in "make install"Alex Riesen2008-08-29
| * | | | | | | | shell: do not play duplicated definition games to shrink the executableJunio C Hamano2008-08-29
| * | | | | | | | Merge branch 'np/verify-pack' into maintJunio C Hamano2008-08-29
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sb/daemon'Junio C Hamano2008-08-30
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | daemon.c: minor style fixupJunio C Hamano2008-08-25
| * | | | | | | | git-daemon: rewrite kindergarden, new option --max-connectionsStephen R. van den Berg2008-08-17
| * | | | | | | | git-daemon: Simplify dead-children reaping logicStephen R. van den Berg2008-08-17
| * | | | | | | | git-daemon: use LOG_PID, simplify logging codeStephen R. van den Berg2008-08-17
| * | | | | | | | git-daemon: call logerror() instead of error()Stephen R. van den Berg2008-08-17
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-08-29
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | tutorial: gentler illustration of Alice/Bob workflow using gitkPaolo Ciarrocchi2008-08-29
| * | | | | | | | pretty=format: respect date format optionsJeff King2008-08-29
| * | | | | | | | make git-shell paranoid about closed stdin/stdout/stderrPaolo Bonzini2008-08-29
| * | | | | | | | Document gitk --argscmd flag.Yann Dirson2008-08-29
| * | | | | | | | Fix '--dirstat' with cross-directory renamingLinus Torvalds2008-08-29
| * | | | | | | | for-each-ref: Allow a trailing slash in the patternsBjörn Steinbrink2008-08-29
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | git-p4: Fix checkout bug when using --import-local.Tor Arvid Lund2008-08-29
* | | | | | | | list_commands: only call git_exec_path if it is neededAlex Riesen2008-08-28
* | | | | | | | Allow git help work without PATH setAlex Riesen2008-08-28
* | | | | | | | Make main_cmds and other_cmds local to builtin-help.cAlex Riesen2008-08-28
* | | | | | | | Remove useless memset of static command name lists in builtin-merge.cAlex Riesen2008-08-28
* | | | | | | | Remove calculation of the longest command name from where it is not usedAlex Riesen2008-08-28
* | | | | | | | dir.c: Avoid c99 array initializationBrandon Casey2008-08-28
* | | | | | | | bash-completion: Add all submodule subcommands to the completion listMatthias Kestenholz2008-08-28
* | | | | | | | Merge branch 'mv/merge-custom'Junio C Hamano2008-08-27
|\ \ \ \ \ \ \ \
| * | | | | | | | t7606: fix custom merge testJunio C Hamano2008-08-23
| * | | | | | | | Fix "git-merge -s bogo" help textJunio C Hamano2008-08-20