Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'tr/line-log' | Junio C Hamano | 2013-06-02 | 2 | -91/+39 |
|\ | |||||
| * | log -L: :pattern:file syntax to find by funcname | Thomas Rast | 2013-03-28 | 1 | -1/+1 |
| * | Implement line-history search (git log -L) | Thomas Rast | 2013-03-28 | 1 | -0/+31 |
| * | Refactor parse_loc | Bo Yang | 2013-03-28 | 1 | -91/+8 |
* | | Merge branch 'mc/describe-first-parent' | Junio C Hamano | 2013-06-02 | 1 | -0/+5 |
|\ \ | |||||
| * | | describe: Add --first-parent option | Mike Crowe | 2013-05-20 | 1 | -0/+5 |
* | | | Merge branch 'jk/fetch-always-update-tracking' | Junio C Hamano | 2013-06-02 | 1 | -22/+51 |
|\ \ \ | |||||
| * | | | fetch: don't try to update unfetched tracking refs | John Keeping | 2013-05-28 | 1 | -1/+1 |
| * | | | fetch: opportunistically update tracking refs | Jeff King | 2013-05-12 | 1 | -0/+16 |
| * | | | refactor "ref->merge" flag | Jeff King | 2013-05-12 | 1 | -22/+35 |
| |/ / | |||||
* | | | Merge branch 'vv/help-unknown-ref' | Junio C Hamano | 2013-06-02 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | merge: use help_unknown_ref() | Vikrant Varma | 2013-05-08 | 1 | -1/+2 |
| |/ / | |||||
* | | | Merge branch 'nd/clone-local-with-colon' | Junio C Hamano | 2013-06-02 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | clone: allow cloning local paths with colons in them | Nguyễn Thái Ngọc Duy | 2013-05-07 | 1 | -0/+2 |
* | | | | Merge branch 'fc/fast-export-persistent-marks' | Junio C Hamano | 2013-06-02 | 1 | -7/+15 |
|\ \ \ \ | |||||
| * | | | | fast-{import,export}: use get_sha1_hex() to read from marks file | Felipe Contreras | 2013-05-07 | 1 | -1/+1 |
| * | | | | fast-export: don't parse commits while reading marks file | Felipe Contreras | 2013-05-07 | 1 | -1/+6 |
| * | | | | fast-export: do not parse non-commit objects while reading marks file | Felipe Contreras | 2013-05-07 | 1 | -6/+9 |
* | | | | | Merge branch 'jn/config-ignore-inaccessible' | Junio C Hamano | 2013-05-29 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | config: allow inaccessible configuration under $HOME | Jonathan Nieder | 2013-04-15 | 1 | -2/+2 |
* | | | | | | Merge branch 'mh/packed-refs-various' | Junio C Hamano | 2013-05-29 | 2 | -2/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pack-refs: merge code from pack-refs.{c,h} into refs.{c,h} | Michael Haggerty | 2013-05-01 | 2 | -2/+1 |
* | | | | | | | Merge branch 'as/check-ignore' | Junio C Hamano | 2013-05-29 | 1 | -42/+50 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | check-ignore: allow incremental streaming of queries via --stdin | Adam Spiers | 2013-04-11 | 1 | -10/+5 |
| * | | | | | | | check-ignore: move setup into cmd_check_ignore() | Adam Spiers | 2013-04-11 | 1 | -20/+21 |
| * | | | | | | | check-ignore: add -n / --non-matching option | Adam Spiers | 2013-04-11 | 1 | -17/+29 |
* | | | | | | | | Merge branch 'jh/checkout-auto-tracking' | Junio C Hamano | 2013-05-29 | 1 | -20/+22 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | checkout: Use remote refspecs when DWIMming tracking branches | Johan Herland | 2013-04-21 | 1 | -20/+22 |
* | | | | | | | | | Merge branch 'jc/prune-all' | Junio C Hamano | 2013-05-29 | 2 | -9/+9 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | / / | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | prune: introduce OPT_EXPIRY_DATE() and use it | Junio C Hamano | 2013-04-25 | 1 | -2/+2 |
| * | | | | | | | date.c: add parse_expiry_date() | Junio C Hamano | 2013-04-17 | 1 | -7/+7 |
* | | | | | | | | Merge branch 'jk/merge-tree-added-identically' | Junio C Hamano | 2013-05-06 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | merge-tree: handle directory/empty conflict correctly | John Keeping | 2013-05-06 | 1 | -1/+5 |
* | | | | | | | | Merge branch 'tr/remote-tighten-commandline-parsing' | Junio C Hamano | 2013-05-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | remote: check for superfluous arguments in 'git remote add' | Thomas Rast | 2013-04-24 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'jk/check-corrupt-objects-carefully' | Junio C Hamano | 2013-04-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | clone: Make the 'junk_mode' symbol a file static | Ramsay Jones | 2013-04-28 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'jk/merge-tree-added-identically' | Junio C Hamano | 2013-04-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | merge-tree: fix typo in "both changed identically" | John Keeping | 2013-04-28 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'rr/shortlog-doc' | Junio C Hamano | 2013-04-26 | 2 | -4/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | builtin/shortlog.c: make usage string consistent with log | Ramkumar Ramachandra | 2013-04-22 | 1 | -3/+1 |
| * | | | | | | | | | | builtin/log.c: make usage string consistent with doc | Ramkumar Ramachandra | 2013-04-22 | 1 | -1/+1 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'jc/add-ignore-removal' | Junio C Hamano | 2013-04-26 | 1 | -6/+17 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | git add: rephrase -A/--no-all warning | Junio C Hamano | 2013-04-22 | 1 | -6/+6 |
| * | | | | | | | | | | git add: --ignore-removal is a better named --no-all | Junio C Hamano | 2013-04-22 | 1 | -0/+11 |
* | | | | | | | | | | | Merge branch 'jc/warn-pathless-add-finishing-touches' | Junio C Hamano | 2013-04-26 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | git add: avoid "-u/-A without pathspec" warning on stat-dirty paths | Junio C Hamano | 2013-04-26 | 1 | -0/+2 |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'jk/remote-helper-with-signed-tags' | Junio C Hamano | 2013-04-24 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | fast-export: add --signed-tags=warn-strip mode | John Keeping | 2013-04-15 | 1 | -1/+7 |
* | | | | | | | | | | | | Sync with maint | Junio C Hamano | 2013-04-24 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ |