440 Commits (1e905bbc008dfc3c0ffe14b55bd920e188e51b4e)

Author SHA1 Message Date
Brandon Williams 6bdb304b10 remote: convert push refspecs to struct refspec 7 years ago
Brandon Williams 8ca69370c8 remote: convert match_push_refs to use struct refspec 7 years ago
Brandon Williams 0460f47277 remote: convert check_push_refs to use struct refspec 7 years ago
Brandon Williams 0ad4a5ff50 refspec: rename struct refspec to struct refspec_item 7 years ago
Brandon Williams ec0cb49655 refspec: move refspec parsing logic into its own file 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
Brandon Williams f3bbe63038 remote: rename 'new' variables 7 years ago
Ævar Arnfjörð Bjarmason 97716d217c fetch: add a --prune-tags option and fetch.pruneTags config 7 years ago
Ævar Arnfjörð Bjarmason 750d0da9cf remote: add a macro for "refs/tags/*:refs/tags/*" 7 years ago
Jeff Hostetler f39a757dd9 status: support --no-ahead-behind in long format 7 years ago
Jeff Hostetler fd9b544a29 status: add --[no-]ahead-behind to status and commit for V2 format. 7 years ago
Jeff Hostetler d7d1b496ae stat_tracking_info: return +1 when branches not equal 7 years ago
J Wyman 9700fae5ee for-each-ref: let upstream/push report the remote ref name 8 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 8 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 8 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 8 years ago
Martin Ågren 7560f547e6 treewide: correct several "up-to-date" to "up to date" 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
brian m. carlson b8566f8ff9 remote: convert struct push_cas to struct object_id 8 years ago
Stefan Beller 45dcb35f9a remote.c: drop hashmap_cmp_fn cast 8 years ago
Stefan Beller 7663cdc86c hashmap.h: compare function has access to a data field 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King a56eea28c4 remote: drop free_refspecs() function 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Johannes Sixt d9244ecf4f Windows: do not treat a path with backslashes as a remote's nick name 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Johannes Schindelin 3dc7ea91da remote: plug memory leak in match_explicit() 8 years ago
Brandon Williams c19ae47a79 remote: expose parse_push_refspec function 8 years ago
Junio C Hamano 8668976b53 remote.[ch]: parse_push_cas_option() can be static 8 years ago
Jeff King 4539c218c3 remote: avoid reading $GIT_DIR config in non-repo 8 years ago
Johannes Schindelin e459b073fb remote rename: more carefully determine whether a remote is configured 8 years ago
Kyle Meyer b10731f43d branch_get_push: do not segfault when HEAD is detached 8 years ago
René Scharfe a22ae753cb use strbuf_addstr() for adding constant strings to a strbuf, part 2 9 years ago
John Keeping 64ac39af70 push: allow pushing new branches with --force-with-lease 9 years ago
John Keeping eee98e74f9 push: add shorthand for --force-with-lease branch creation 9 years ago
Nguyễn Thái Ngọc Duy f54bea44a5 remote.c: specify correct plural form in "commit diverge" message 9 years ago
Jeff King 060e7766ba remote.c: spell __attribute__ correctly 9 years ago
Jeff King f2f12d169a remote: don't resolve HEAD in non-repository 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Thomas Gummerer 674468b364 remote: simplify remote_is_configured() 9 years ago
Thomas Gummerer bc60f8a77c remote: use parse_config_key 9 years ago
Andrew Wheeler b2e93f88cb push: fix ref status reporting for --force-with-lease 9 years ago
Knut Franke ef976395e2 http: allow selection of proxy authentication method 9 years ago
Junio C Hamano 18814d0e2d remote.c: read $GIT_DIR/remotes/* with strbuf_getline() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago