Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | parse-opt: migrate builtin-merge-file. | Pierre Habouzit | 2008-10-02 | 1 | -31/+37 | |
| * | | | | | | | | parse-opt: migrate git-merge-base. | Pierre Habouzit | 2008-10-02 | 1 | -21/+16 | |
| * | | | | | | | | parse-opt: migrate fmt-merge-msg. | Pierre Habouzit | 2008-10-02 | 1 | -28/+21 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'rz/grepz' | Shawn O. Pearce | 2008-10-09 | 4 | -3/+26 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | git grep: Add "-z/--null" option as in GNU's grep. | Raphael Zimmerer | 2008-10-01 | 4 | -3/+26 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'mg/verboseprune' | Shawn O. Pearce | 2008-10-09 | 2 | -4/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | make prune report removed objects on -v | Michael J Gruber | 2008-09-30 | 2 | -4/+11 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-09 | 5 | -28/+18 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'sg/maint-intrebase-msghook' into maint | Shawn O. Pearce | 2008-10-09 | 1 | -6/+11 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | rebase -i: remove leftover debugging | SZEDER Gábor | 2008-10-03 | 1 | -1/+1 | |
| | * | | | | | | | rebase -i: proper prepare-commit-msg hook argument when squashing | SZEDER Gábor | 2008-10-02 | 1 | -6/+11 | |
| * | | | | | | | | builtin-apply: fix typo leading to stack corruption | Imre Deak | 2008-10-09 | 1 | -1/+1 | |
| * | | | | | | | | git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1) | Brandon Casey | 2008-10-09 | 1 | -18/+4 | |
| * | | | | | | | | Merge branch 'jk/maint-soliconv' into maint | Shawn O. Pearce | 2008-10-09 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Makefile: do not set NEEDS_LIBICONV for Solaris 8 | Jeff King | 2008-10-03 | 1 | -1/+0 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | builtin-merge.c: allocate correct amount of memory | Brandon Casey | 2008-10-09 | 1 | -2/+2 | |
* | | | | | | | | | Cleanup in sha1_file.c::cache_or_unpack_entry() | Miklos Vajna | 2008-10-09 | 1 | -4/+2 | |
* | | | | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-08 | 8 | -21/+88 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Do not use errno when pread() returns 0 | Samuel Tardieu | 2008-10-08 | 1 | -1/+4 | |
| * | | | | | | | | git init: --bare/--shared overrides system/global config | Deskin Miller | 2008-10-08 | 2 | -2/+42 | |
| * | | | | | | | | git-push.txt: Describe --repo option in more detail | Johannes Sixt | 2008-10-08 | 2 | -6/+20 | |
| * | | | | | | | | git rm: refresh index before up-to-date check | Johannes Schindelin | 2008-10-08 | 2 | -8/+18 | |
| * | | | | | | | | Fix a few typos in relnotes | Mikael Magnusson | 2008-10-07 | 1 | -4/+4 | |
* | | | | | | | | | Replace xmalloc/memset(0) pairs with xcalloc | Brandon Casey | 2008-10-08 | 5 | -11/+5 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-06 | 11 | -44/+246 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Update release notes for 1.6.0.3 | Shawn O. Pearce | 2008-10-06 | 1 | -1/+51 | |
| * | | | | | | | Teach rebase -i to honor pre-rebase hook | Nanako Shiraishi | 2008-10-06 | 3 | -7/+148 | |
| * | | | | | | | docs: describe pre-rebase hook | Nanako Shiraishi | 2008-10-06 | 1 | -0/+7 | |
| * | | | | | | | do not segfault if make_cache_entry failed | Dmitry Potapov | 2008-10-06 | 2 | -0/+5 | |
| * | | | | | | | make prefix_path() never return NULL | Dmitry Potapov | 2008-10-06 | 1 | -7/+2 | |
| * | | | | | | | fix bogus "diff --git" header from "diff --no-index" | Linus Torvalds | 2008-10-06 | 2 | -0/+25 | |
| * | | | | | | | Fix fetch/clone --quiet when stdout is connected | Tuncer Ayaz | 2008-10-06 | 1 | -2/+2 | |
| * | | | | | | | builtin-blame: Fix blame -C -C with submodules. | Alexander Gavrilov | 2008-10-05 | 1 | -0/+2 | |
| * | | | | | | | bash: remove fetch, push, pull dashed form leftovers | SZEDER Gábor | 2008-10-05 | 1 | -27/+9 | |
| |/ / / / / / | ||||||
* | | | | | | | do not segfault if make_cache_entry failed | Dmitry Potapov | 2008-10-06 | 3 | -0/+7 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | tests: add a testcase for "git submodule sync" | David Aguilar | 2008-10-02 | 1 | -0/+64 | |
* | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-02 | 3 | -1/+59 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.sh | Jakub Narebski | 2008-10-02 | 1 | -0/+49 | |
| * | | | | | gitweb: Fix two 'uninitialized value' warnings in git_tree() | Jakub Narebski | 2008-10-02 | 1 | -1/+2 | |
| * | | | | | Solaris: Use OLD_ICONV to avoid compile warnings | David Soria Parra | 2008-10-02 | 1 | -0/+1 | |
| * | | | | | gitweb: remove PATH_INFO from $my_url and $my_uri | Giuseppe Bilotta | 2008-10-02 | 1 | -0/+7 | |
* | | | | | | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 2008-10-02 | 24 | -141/+162 | |
* | | | | | | archive.c: make archiver static | Nanako Shiraishi | 2008-10-02 | 1 | -1/+1 | |
* | | | | | | commit.c: make read_graft_file() static | Nanako Shiraishi | 2008-10-02 | 2 | -2/+1 | |
* | | | | | | config.c: make git_parse_long() static | Nanako Shiraishi | 2008-10-02 | 2 | -3/+2 | |
* | | | | | | run-command.c: remove run_command_v_opt_cd() | Nanako Shiraishi | 2008-10-02 | 3 | -10/+1 | |
* | | | | | | dir.c: make dir_add_name() and dir_add_ignored() static | Nanako Shiraishi | 2008-10-02 | 2 | -3/+2 | |
* | | | | | | gitweb: Identify all summary metadata table rows | Petr Baudis | 2008-10-02 | 1 | -4/+4 | |
* | | | | | | config.c: Tolerate UTF8 BOM at the beginning of config file | Petr Baudis | 2008-10-02 | 1 | -0/+19 | |
* | | | | | | gitweb: Quote non-displayable characters in hex, not octal | Petr Baudis | 2008-10-02 | 1 | -1/+1 | |
| |_|/ / / |/| | | | |