aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | Merge branch 'ph/parseopt'Shawn O. Pearce2008-10-09
|\ \ \ \ \ \ \ \
| * | | | | | | | parse-opt: migrate builtin-merge-file.Pierre Habouzit2008-10-02
| * | | | | | | | parse-opt: migrate git-merge-base.Pierre Habouzit2008-10-02
| * | | | | | | | parse-opt: migrate fmt-merge-msg.Pierre Habouzit2008-10-02
| |/ / / / / / /
* | | | | | | | Merge branch 'rz/grepz'Shawn O. Pearce2008-10-09
|\ \ \ \ \ \ \ \
| * | | | | | | | git grep: Add "-z/--null" option as in GNU's grep.Raphael Zimmerer2008-10-01
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mg/verboseprune'Shawn O. Pearce2008-10-09
|\ \ \ \ \ \ \ \
| * | | | | | | | make prune report removed objects on -vMichael J Gruber2008-09-30
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'maint'Shawn O. Pearce2008-10-09
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'sg/maint-intrebase-msghook' into maintShawn O. Pearce2008-10-09
| |\ \ \ \ \ \ \
| | * | | | | | | rebase -i: remove leftover debuggingSZEDER Gábor2008-10-03
| | * | | | | | | rebase -i: proper prepare-commit-msg hook argument when squashingSZEDER Gábor2008-10-02
| * | | | | | | | builtin-apply: fix typo leading to stack corruptionImre Deak2008-10-09
| * | | | | | | | git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey2008-10-09
| * | | | | | | | Merge branch 'jk/maint-soliconv' into maintShawn O. Pearce2008-10-09
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Makefile: do not set NEEDS_LIBICONV for Solaris 8Jeff King2008-10-03
| | |/ / / / / / /
| * | | | | | | | builtin-merge.c: allocate correct amount of memoryBrandon Casey2008-10-09
* | | | | | | | | Cleanup in sha1_file.c::cache_or_unpack_entry()Miklos Vajna2008-10-09
* | | | | | | | | Merge branch 'maint'Shawn O. Pearce2008-10-08
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Do not use errno when pread() returns 0Samuel Tardieu2008-10-08
| * | | | | | | | git init: --bare/--shared overrides system/global configDeskin Miller2008-10-08
| * | | | | | | | git-push.txt: Describe --repo option in more detailJohannes Sixt2008-10-08
| * | | | | | | | git rm: refresh index before up-to-date checkJohannes Schindelin2008-10-08
| * | | | | | | | Fix a few typos in relnotesMikael Magnusson2008-10-07
* | | | | | | | | Replace xmalloc/memset(0) pairs with xcallocBrandon Casey2008-10-08
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'maint'Shawn O. Pearce2008-10-06
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Update release notes for 1.6.0.3Shawn O. Pearce2008-10-06
| * | | | | | | Teach rebase -i to honor pre-rebase hookNanako Shiraishi2008-10-06
| * | | | | | | docs: describe pre-rebase hookNanako Shiraishi2008-10-06
| * | | | | | | do not segfault if make_cache_entry failedDmitry Potapov2008-10-06
| * | | | | | | make prefix_path() never return NULLDmitry Potapov2008-10-06
| * | | | | | | fix bogus "diff --git" header from "diff --no-index"Linus Torvalds2008-10-06
| * | | | | | | Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz2008-10-06
| * | | | | | | builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov2008-10-05
| * | | | | | | bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor2008-10-05
| |/ / / / / /
* | | | | | | do not segfault if make_cache_entry failedDmitry Potapov2008-10-06
| |_|_|/ / / |/| | | | |
* | | | | | tests: add a testcase for "git submodule sync"David Aguilar2008-10-02
* | | | | | Merge branch 'maint'Shawn O. Pearce2008-10-02
|\ \ \ \ \ \ | |/ / / / /
| * | | | | gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski2008-10-02
| * | | | | gitweb: Fix two 'uninitialized value' warnings in git_tree()Jakub Narebski2008-10-02
| * | | | | Solaris: Use OLD_ICONV to avoid compile warningsDavid Soria Parra2008-10-02
| * | | | | gitweb: remove PATH_INFO from $my_url and $my_uriGiuseppe Bilotta2008-10-02
* | | | | | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-02
* | | | | | archive.c: make archiver staticNanako Shiraishi2008-10-02
* | | | | | commit.c: make read_graft_file() staticNanako Shiraishi2008-10-02
* | | | | | config.c: make git_parse_long() staticNanako Shiraishi2008-10-02
* | | | | | run-command.c: remove run_command_v_opt_cd()Nanako Shiraishi2008-10-02
* | | | | | dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi2008-10-02
* | | | | | gitweb: Identify all summary metadata table rowsPetr Baudis2008-10-02
* | | | | | config.c: Tolerate UTF8 BOM at the beginning of config filePetr Baudis2008-10-02