Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commit: Show committer if automatic | Santi Béjar | 2008-05-06 | 6 | -3/+40 |
* | commit: Show author if different from committer | Santi Béjar | 2008-05-06 | 2 | -3/+35 |
* | Preparation to call determine_author_info from prepare_to_commit | Santi Béjar | 2008-05-06 | 1 | -39/+39 |
* | Merge branch 'jc/lstat' | Junio C Hamano | 2008-05-05 | 2 | -3/+6 |
|\ | |||||
| * | diff-files: mark an index entry we know is up-to-date as such | Junio C Hamano | 2008-04-12 | 1 | -2/+5 |
| * | write_index(): optimize ce_smudge_racily_clean_entry() calls with CE_UPTODATE | Junio C Hamano | 2008-04-12 | 1 | -1/+1 |
* | | Merge branch 'bc/filter-branch' | Junio C Hamano | 2008-05-05 | 3 | -6/+58 |
|\ \ | |||||
| * | | filter-branch.sh: support nearly proper tag name filtering | Brandon Casey | 2008-03-31 | 3 | -6/+58 |
* | | | Merge branch 'lh/git-file' | Junio C Hamano | 2008-05-05 | 8 | -7/+174 |
|\ \ \ | |||||
| * | | | Teach GIT-VERSION-GEN about the .git file | Lars Hjemli | 2008-04-09 | 1 | -1/+1 |
| * | | | Teach git-submodule.sh about the .git file | Lars Hjemli | 2008-04-09 | 1 | -2/+2 |
| * | | | Teach resolve_gitlink_ref() about the .git file | Lars Hjemli | 2008-04-09 | 1 | -3/+14 |
| * | | | Add platform-independent .git "symlink" | Lars Hjemli | 2008-04-09 | 5 | -1/+157 |
* | | | | Merge branch 'jk/fetch-status' | Junio C Hamano | 2008-05-05 | 1 | -3/+1 |
|\ \ \ \ | |||||
| * | | | | git-fetch: always show status of non-tracking-ref fetches | Jeff King | 2008-04-10 | 1 | -3/+1 |
* | | | | | Merge branch 'lh/branch-merged' | Junio C Hamano | 2008-05-05 | 3 | -3/+80 |
|\ \ \ \ \ | |||||
| * | | | | | Add tests for `branch --[no-]merged` | Lars Hjemli | 2008-04-20 | 1 | -1/+41 |
| * | | | | | git-branch.txt: compare --contains, --merged and --no-merged | Lars Hjemli | 2008-04-20 | 1 | -0/+21 |
| * | | | | | git-branch: add support for --merged and --no-merged | Lars Hjemli | 2008-04-20 | 2 | -2/+18 |
* | | | | | | Merge branch 'pb/remote-mirror-config' | Junio C Hamano | 2008-05-05 | 8 | -36/+104 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add a remote.*.mirror configuration option | Paolo Bonzini | 2008-04-20 | 8 | -36/+104 |
| |/ / / / / | |||||
* | | | | | | post-merge: Add it's not executed if merge failed. | Jörg Sommer | 2008-05-05 | 1 | -1/+2 |
* | | | | | | Documentation: Add create-ignore to git svn manual | Gustaf Hendeby | 2008-05-05 | 1 | -0/+6 |
* | | | | | | git-svn: Make create-ignore use git add -f | Gustaf Hendeby | 2008-05-05 | 1 | -1/+1 |
* | | | | | | INSTALL: add a note about GNU interactive tools has been renamed | Miklos Vajna | 2008-05-05 | 1 | -0/+4 |
* | | | | | | Cleanup xread() loops to use read_in_full() | Heikki Orsila | 2008-05-03 | 4 | -35/+19 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-05-03 | 2 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-05-03 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | filter-branch: Documentation fix. | Florian Ragwitz | 2008-05-03 | 1 | -2/+2 |
| * | | | | | | | checkout: don't rfc2047-encode oneline on detached HEAD | Jeff King | 2008-05-03 | 1 | -1/+1 |
* | | | | | | | | Documentation: hooks: fix missing verb in pre-applypatch description | Christian Couder | 2008-05-03 | 1 | -4/+5 |
* | | | | | | | | log: print log entry terminator even if the message is empty | Adam Simpkins | 2008-05-03 | 1 | -4/+3 |
* | | | | | | | | Remove dead code: show_log() sep argument and diff_options.msg_sep | Adam Simpkins | 2008-05-03 | 6 | -25/+13 |
* | | | | | | | | git-svn: Same default as cvsimport when using --use-log-author | Stephen R. van den Berg | 2008-04-30 | 1 | -2/+4 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-04-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | fetch-pack: brown paper bag fix | Junio C Hamano | 2008-04-30 | 1 | -1/+1 |
* | | | | | | | | Documentation: point git-prune users to git-gc | Jeff King | 2008-04-29 | 2 | -1/+22 |
* | | | | | | | | Documentation on --git-dir and --work-tree | Liu Yubao | 2008-04-29 | 2 | -3/+15 |
* | | | | | | | | Make read_in_full() and write_in_full() consistent with xread() and xwrite() | Heikki Orsila | 2008-04-29 | 4 | -6/+8 |
* | | | | | | | | Documentation gitk: Describe what --merge does | Richard Quirk | 2008-04-29 | 1 | -0/+6 |
* | | | | | | | | Use the modern syntax of git-diff-files in t2002-checkout-cache-u.sh | Alex Riesen | 2008-04-29 | 1 | -2/+2 |
* | | | | | | | | Add otherwise missing --strict option to unpack-objects summary. | Jon Loeliger | 2008-04-29 | 1 | -1/+1 |
* | | | | | | | | git-svn: detect and fail gracefully when dcommitting to a void | Matthieu Moy | 2008-04-29 | 2 | -2/+7 |
* | | | | | | | | make git-status use a pager | Bart Trojanowski | 2008-04-29 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-04-29 | 5 | -11/+16 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-29 | 2 | -3/+6 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | cvsimport: always pass user data to "system" as a list | Jeff King | 2008-04-29 | 1 | -1/+1 |
| | * | | | | | | fix reflog approxidate parsing bug | Jeff King | 2008-04-29 | 1 | -2/+5 |
| * | | | | | | | Fix use after free() in builtin-fetch | Alex Riesen | 2008-04-28 | 1 | -3/+5 |
| * | | | | | | | fetch-pack: do not stop traversing an already parsed commit | Linus Torvalds | 2008-04-28 | 1 | -4/+4 |